projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bf7a9
)
* isearch.el (isearch-allow-prefix): New defcustoms need :version tags
author
Glenn Morris
<rgm@gnu.org>
Thu, 6 Jun 2013 06:23:19 +0000
(23:23 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 6 Jun 2013 06:23:19 +0000
(23:23 -0700)
(chisel this on my tombstone)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index e6678d33ea49f5bd10eb89c406f1d26dd69b65c6..d9f8b0891e4582d3ede82320145f6f203059ed32 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-2157,6
+2157,7
@@
If nil, scrolling commands will first cancel Isearch mode."
If non-nil, entering a prefix argument will not terminate the
search. This option is ignored \(presumed t) when
`isearch-allow-scroll' is set."
+ :version "24.4"
:type 'boolean
:group 'isearch)